|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.ui.keys.ParseException
This class represents errors due to attempts to parse KeyStroke and KeySequence objects from improperly formatted formal string representations.
ParseException
objects are immutable. Clients are not
permitted to extend this class.
EXPERIMENTAL
Constructor Summary | |
ParseException()
Constructs a ParseException with no specified detail
message. |
|
ParseException(String s)
Constructs a ParseException with the specified detail
message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ParseException()
ParseException
with no specified detail
message.
public ParseException(String s)
ParseException
with the specified detail
message.
s
- the detail message.
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |